'Declaration
<DispIdAttribute(13)> Function GetCharacterLeft( _ ByVal SegmentationResultID As String, _ ByVal CharacterIdx As Integer _ ) As Integer
[DispId(13)] int GetCharacterLeft( string SegmentationResultID, int CharacterIdx )
function GetCharacterLeft( SegmentationResultID: String; CharacterIdx: Integer ): Integer;
DispIdAttribute(13) function GetCharacterLeft( SegmentationResultID : String, CharacterIdx : int ) : int;
[DispId(13)] int GetCharacterLeft( string* SegmentationResultID, int CharacterIdx )
[DispId(13)] int GetCharacterLeft( String^ SegmentationResultID, int CharacterIdx )
Parameters
- SegmentationResultID
- CharacterIdx